|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.framework.card.Card.IO
カードの入出力操作をカプセル化したクラスです .
| メソッドの概要 | |
byte[] |
control(int code,
byte[] buffer)
コントロールコマンドを送信します . |
byte[] |
control(int code,
byte[] buffer,
int index,
int length)
コントロールコマンドを送信します . |
byte[] |
getAttribute(int id)
アトリビュートを取得します . |
APDU |
transmit(APDU apdu)
APDUを送信します . |
byte[] |
transmit(byte[] buffer)
指定されたバッファの内容を送信します . |
byte[] |
transmit(byte[] buffer,
int index,
int length)
指定されたバッファの内容を送信します . |
ResponseAPDU |
transmit(RequestAPDU command)
APDUを送信します. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
public APDU transmit(APDU apdu)
throws CardAccessException
apdu - 送信するAPDU .
CardAccessException - カードとの通信中にエラーが発生した場合
.
public ResponseAPDU transmit(RequestAPDU command)
throws CardAccessException,
APDUException
command -
送信するAPDU.
CardAccessException -
カードとの通信中にエラーが発生した場合.
APDUException -
when APDU is initialized incorrectly.
public byte[] transmit(byte[] buffer)
throws CardAccessException
buffer - 送信する内容が格納されたバッファ
.
CardAccessException - カードとの通信中にエラーが発生した場合
.
public byte[] transmit(byte[] buffer,
int index,
int length)
throws CardAccessException
buffer - 送信する内容が格納されたバッファ
.index - 送信する内容の開始位置
.length - 送信する内容の長さ
.
CardAccessException - カードとの通信中にエラーが発生した場合
.
public byte[] control(int code,
byte[] buffer)
throws CardAccessException
code - コントロールコード .buffer - コマンドが格納されたバッファ
.
CardAccessException - 通信中にエラーが発生した場合
.
public byte[] control(int code,
byte[] buffer,
int index,
int length)
throws CardAccessException
code - コントロールコード .buffer - コマンドが格納されたバッファ
.index - コマンドの開始位置 .length - コマンドの長さ .
CardAccessException - 通信中にエラーが発生した場合
.
public byte[] getAttribute(int id)
throws CardAccessException
id - アトリビュートID .
CardAccessException - 通信中にエラーが発生した場合
.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||